PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setBoundingBox Method
A rectangle in default user space units that shall give the coordinates of the left, bottom, right, and top edges, respectively, of the structure element's bounding box (the rectangle that completely encloses its visible content).
In This Topic
    setBoundingBox Method
    In This Topic
    Sets the bounding box.
    Syntax
    public void setBoundingBox( 
       PDFStandardRectangle boundingBox
    )

    Parameters

    boundingBox
    A rectangle in default user space units that shall give the coordinates of the left, bottom, right, and top edges, respectively, of the structure element's bounding box (the rectangle that completely encloses its visible content).
    See Also